div {height: 120px;
	width: 120px;
	margin-left: 50px;
	float: left;
	margin-bottom: 20px;
	text-align: center;
	padding: 20px;
	margin-top: 20px;
	background-color: #F2F1EE;
	border: 1px solid #000;}
.modA {
	border-radius: 24px;
}
.modA2{border-radius: 24px
		;border: 4px solid #000;}
.modB {
	border-top-left-radius: 24px;
}
.modB2 {
	border-top-left-radius: 24px;
	border-color:red; border-width: 4px;
}
.modC {
	border-radius: 24px 0;
}
.modC2 {
	border-radius: 60px 0;border-width: 4px; border-color: green;
}
.modD {
	border-radius: 36px 12px;
}
.modD2 {
	border-radius: 36px 12px;border-width: 6px;border-color: red;background-color: yellow;
}
.modE {
	border-top-right-radius: 50px 30px;
}
.modE2 {
	border-top-left-radius: 30px 50px;border-width: 6px; border-color: black;
}
.modF {
	border-bottom-right-radius: 50px 30px;
}
.modF2 {border-width:3px;border-color: black;border-radius: 3px;background-color:white;background-image:url("https://tse1.mm.bing.net/th/id/OIP.ac1GpVn0gKfv2atdC4axpgAAAA?rs=1&pid=ImgDetMain&o=7&rm=3");background-size: cover;background-position: center;background-repeat: no-repeat;border-radius: 50% }
.modG {
	border-radius: 50%;
}
.modG2 {
	border-radius: 50%;border-inline:groove;border-inline-end-color:greenyellow;background-color: transparent; 
}
.modH2 {
	border-radius: 50% 150% 0 0;border-collapse: revert;color: darkred;border-inline-end-color: royalblue; border-width: 30px;border-block-end: yellow;
}
.modH {
	border-radius: 50% 50% 0 0;
}
.modI {
	border-radius: 0 20px 20px 0;
}
.modI2 {border-width:3px;border-color: black;border-radius: 3px;background-color:white;background-image:url("https://fotografias.lasexta.com/clipping/cmsimages01/2026/02/04/FD88FC38-C52C-426C-AB03-D39DF8587DCF/exministro-transportes-jose-luis-abalos_69.jpg?crop=4134,2325,x0,y450&width=1280&height=720&optimize=low&format=jpg");background-size: cover;background-position: center;background-repeat: no-repeat;border-radius: 50% ;}

.modJ {
	border-radius: 20px 0 0 20px;
}
.modJ2 {
	border-radius: 0% 300% 0 0;border-color: green;border-width: 20px;background-color: greenyellow;
}
.modK {
	border-radius:  0 50% 0 50%;
}
.modK2 {
	border-width:10px;border-color: firebrick;border-radius: 3px;background-color:white;background-image:url("https://www.clarin.com/img/2024/09/24/7xcFCb2aI_1256x620__2.jpg#1727195900041");background-size: cover;background-position: center;background-repeat: no-repeat;border-radius: 100% 0  10;
}
.modL {
	border-top-left-radius: 50% 20%;
	border-top-right-radius: 50% 20%;
	border-bottom-left-radius: 50% 20%;
	border-bottom-right-radius: 50% 20%;
}
.modL2 {
	border-width:10px;border-color: firebrick;border-radius: 3px;background-color:white;background-image:url("https://img.soy-chile.cl/Fotos/2012/05/19/file_20120519180646.jpg");background-size: cover;background-position: center;background-repeat: no-repeat;border-radius: 100% 0  10;border-bottom-right-radius: 50% 20%;border-bottom-left-radius: 50% 20%;border-top-left-radius: 50% 20%;border-top-right-radius: 50% 20%;border-color: green;}
body{background-color: lightgreen;}
h1{color: red;background-color: royalblue;text-align: center;border-radius:24px ;border-color: mediumpurple;}
p{ font-family: "LXGW WenKai Mono TC", monospace;
  font-weight: 400;
  font-style: normal;text-align: center;
  }